U E D R , A S I H C RSS

Full text search for "스터디/Nand 2 Tetris"

%EC%8A%A4%ED%84%B0%EB%94%94/Nand%202%20 Tetris


Search BackLinks only
Display context of search results
Case-sensitive searching
  • NSIS/예제3 . . . . 48 matches
         ; tetris.nsi
         Name "Tetris"
         OutFile "tetris.exe"
         Caption "Tetris Install"
         InstallDir $PROGRAMFILES\zp_tetris
         LicenseData f:\tetris\zp_license.txt
         UninstallText "ZPTetris 를 언인스톨 합니다"
          File f:\tetris\execute\tetris.exe
          WriteRegStr HKLM SOFTWARE\ZPTetris "Install_Dir" "$INSTDIR"
          WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ZPTetris" "DisplayName" "ZPTetris (remove only)"
          WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ZPTetris" "UninstallString" '"$INSTDIR\uninstall.exe"'
          File /r f:\tetris\Sources\*.*
          CreateDirectory "$SMPROGRAMS\ZPTetris"
          CreateShortCut "$SMPROGRAMS\ZPTetris\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
          CreateShortCut "$SMPROGRAMS\ZPTetris\ZPTetris.lnk" "$INSTDIR\tetris.exe"
          DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ZPTetris"
          DeleteRegKey HKLM SOFTWARE\ZPTetris
          Delete $INSTDIR\tetris.exe
          Delete "$SMPROGRAMS\ZPTetris\*.*"
          RMDir "$SMPROGRAMS\ZPTetris"
  • TheJavaMan/테트리스 . . . . 3 matches
         [http://iruril.cafe24.com/iruril/Tetris/Tetris_SM.html]
         public class Tetris extends Applet implements Runnable {
  • AM/Tetris . . . . 2 matches
         == Tetris 소스 ==
         || 곽세환 || Upload:Tetris-KSH.zip ||
  • Nand2Tetris . . . . 2 matches
         #redirect 스터디/Nand 2 Tetris
  • 권영기 . . . . 2 matches
          * [Nand 2 Tetris]
          * [Nand2Tetris]
  • 데블스캠프2005/게임만들기 . . . . 2 matches
         Upload:Tetris_tool.zip
         Upload:Tetris_tool.exe
  • AM . . . . 1 match
          * [AM/Tetris]
  • Cpp/2011년스터디 . . . . 1 match
         참고 : 경악스러운 문제의 그 릴리즈 http://pds22.egloos.com/pds/201108/21/51/Tetris-rino2.exe
  • 데블스캠프2005/게임만들기/제작과정예제 . . . . 1 match
         Upload:Tetris_tool_ex.zip
  • 스터디/Nand 2 Tetris . . . . 1 match
         = Nand2Tetris =
          * 스터디에 사용하는 사이트 -> http://www.nand2tetris.org/
          * [http://nand2tetris.org/chapters/chapter%2004.pdf Chapter4 책 내용]
          * [http://nand2tetris.org/lectures/PDF/lecture%2004%20machine%20language.pdf PPT 내용]
          * [http://nand2tetris.org/04.php 실습 과제]
          자세한 설명은 [http://nand2tetris.org/lectures/PDF/lecture%2005%20computer%20architecture.pdf architecture] 에 나와있다.
Found 10 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.9556 sec